'宣言 Public Function FindAll( _ ByVal p As System.Predicate(Of T) _ ) As System.Collections.Generic.IEnumerable(Of T)
'使用法 Dim instance As MapOwnedCollectionBase(Of T) Dim p As System.Predicate(Of T) Dim value As System.Collections.Generic.IEnumerable(Of T) value = instance.FindAll(p)
public System.Collections.Generic.IEnumerable<T> FindAll( System.Predicate<T> p )
パラメータ
- p